From: kfraser@localhost.localdomain Date: Mon, 13 Aug 2007 15:41:04 +0000 (+0100) Subject: [PV-on-HVM]: Add missing includes X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15007^2~9 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=74a665b5eea1e0987118f848af558acea46623f5;p=xen.git [PV-on-HVM]: Add missing includes This patch adds missing includes that currently work through indirect inclusions. This cannot be relied on and indeed does break on older kernels (2.4 for PV-on-HVM). Signed-off-by: Herbert Xu --- diff --git a/unmodified_drivers/linux-2.6/platform-pci/machine_reboot.c b/unmodified_drivers/linux-2.6/platform-pci/machine_reboot.c index bd58d2ceb5..33c468d594 100644 --- a/unmodified_drivers/linux-2.6/platform-pci/machine_reboot.c +++ b/unmodified_drivers/linux-2.6/platform-pci/machine_reboot.c @@ -1,5 +1,6 @@ #include -#include +#include +#include #include #include #include